home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 August / Macworld (1999-08).dmg / Shareware World / Comms & Internet / WebSafe Plugin (RB2) / Read Me - WebSafe Plugin < prev    next >
Text File  |  1999-06-06  |  1KB  |  24 lines

  1. WebSafe Plugin 1.0
  2. For REALbasic 2.0 or later
  3. By Matt Ridley <mattman@mattman.net>
  4.  
  5. Thanks for downloading the WebSafe Plugin. The plugin has two functions:
  6.  
  7.     CheckWebSafe(checkColor as Color) as Boolean
  8.     SnapWebSafe(snapColor as Color) as Color
  9.     
  10. • CheckWebSafe takes an RB color and checks whether or not it's one of the 216 web-safe colors, which show up identically on most computer platforms/web-browsers. If the color is web-safe, the function returns true. Otherwise, false.
  11.  
  12. • SnapWebSafe also takes an RB color, and automatically 'snaps to' the nearest web-safe color. This is useful for web graphic apps, and is exactly what Photoshop does in a more general way when you click the 'out of gamut' warning icon. The nearest web-safe color is returned from this function.
  13.  
  14. Both functions incorporate range-checking (even though RB actually takes care of that part for you; RB makes sure that all color component values are within the range 0-255, and inserts the value of zero if you try to pass characters to a color).
  15.  
  16. The WebSafe Plugin is FAT, only about 7k in size, free for anyone, and is currently Mac-only. I'll support Windows in the next version. The plugin comes with an example project and this Read Me text file. You can check for new versions at my personal website:
  17.  
  18. <http://www.mattman.net>
  19.  
  20. Please send comments or bug reports to me, Matt Ridley, at the email address above.
  21.  
  22. Thanks for reading!
  23.  
  24.     -Matt